# Distributed under the OSI-approved BSD 3-Clause License. See accompanying # file Copyright.txt or https://cmake.org/licensing for details. cmake_minimum_required(VERSION 3.5) file(MAKE_DIRECTORY "/home/kolin/edgetx" "/home/kolin/edgetx/build-output/native" "/home/kolin/edgetx/build-output/native-prefix" "/home/kolin/edgetx/build-output/native-prefix/tmp" "/home/kolin/edgetx/build-output/native-prefix/src/native-stamp" "/home/kolin/edgetx/build-output/native-prefix/src" "/home/kolin/edgetx/build-output/native-prefix/src/native-stamp" ) set(configSubDirs ) foreach(subDir IN LISTS configSubDirs) file(MAKE_DIRECTORY "/home/kolin/edgetx/build-output/native-prefix/src/native-stamp/${subDir}") endforeach() if(cfgdir) file(MAKE_DIRECTORY "/home/kolin/edgetx/build-output/native-prefix/src/native-stamp${cfgdir}") # cfgdir has leading slash endif()